home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / UNPROT2.LZH / PROKEY.UNP < prev    next >
Text File  |  1985-03-01  |  2KB  |  29 lines

  1.    10    Here is how to unprotect the new version of ProKey (version 3.0,
  2.    20    which is copy-protected):
  3.    30    1. PLACE A WRITE-PROTECT TAB ON THE PROKEY DISTRIBUTION DISK!!!
  4.    40    2. Put the Prokey distribution disk in B: and DOS disk in A:
  5.    50    3. Make b: the default drive
  6.    60    4. Type A:debug pkload.com
  7.    70    Follow the DEBUG Script below:
  8.    80    -g 3ffc         [you type this]
  9.    90    AX=0100  BX=3FE1  CX=0000  DX=03F4  SP=FFFE  BP=41CA  SI=0920  DI=0110
  10.   100    DS=0B4F  ES=0B4F  SS=0B4F  CS=0B4F  IP=3FFC   NV UP EI PL NZ NA PO NC
  11.   110    -r cx           [you type this]
  12.   120    CX 0000
  13.   130    :40ca           [you type this]
  14.   140    ****NOW CHANGE DISKS IN DRIVE B:--USE A FORMATTED BLANK DISK.****
  15.   150    -w              [you type this]
  16.   160    Writing 40CA bytes
  17.   170    -q              [you type this]
  18.   180    ProKey is now unprotected.  You may now manually copy all
  19.   190    remaining files from the PRokey distribution disk.  The resulting
  20.   200    PKLOAD.COM will start normally--even from a winchester disk, without
  21.   210    requiring the distribution disk to be inserted in a drive!
  22.   220    
  23.         LAYOUT.COM is protected in the same way as PKLOAD.COM.
  24. To "adjust" LAYOUT.COM, use the same procedure as for PKLOAD,
  25. EXCEPT: Change A:debug pkload.com  to  A:debug layout.com
  26.         Change G 3ffc              to  G 1f8f
  27.         Change 40ca (setting CX)   to  205d
  28. That's it!
  29.